home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1994 November / macformat-018.iso / Shareware City / Updaters / CDK 7.0.4 Update / Release Notes / Standard Libraries Release Note < prev    next >
Encoding:
Text File  |  1994-07-26  |  2.4 KB  |  40 lines  |  [TEXT/ttxt]

  1. Standard Libraries Release Note
  2. ============================
  3. PowerPC Standard Library Release Notes
  4. ====================================
  5. Copyright © 1994 Symantec Corporation.  All rights reserved.
  6. July 8, 1994
  7. Font: Geneva 12
  8.  
  9.  The standard libraries have been ported to the PowerPC.  The libraries are not as
  10.  yet available as shared libraries and are still being statically linked into your applications.
  11.  We are working on packaging them as shared libraries as well.  The libraries available are:
  12.  
  13.  PPCRuntime.o    - Replacement for Apple's PPCCRuntime.o contains all of the low
  14.                    level run-time support.  This library has been augmented by the
  15.                    addition of a definition for the quickdraw globals.  All PowerPC
  16.                    applications should link with this library and then will not need to 
  17.                    define their own version of QDGlobals qd.
  18.                                       
  19. PPCANSI.o         - PowerPC version of ANSI, several of the floating point routines are not
  20.                    included and must currently be obtained by including Apple's MathLib.xcoff library.
  21.                    
  22. PPCANSI_small.o - PowerPC version of the ANSI small library, ANSI small is ANSI with no
  23.                    floating point support and no console package.
  24.                    
  25. PPCCPLusLib.o    - PowerPC version of the CPLuslib library it includes new, delete and other
  26.                    built in C++ entry points.
  27.                    
  28. PPCcomplex.o    - PowerPC version of the Complex number support library requires 
  29.                     mathlib.xcoff
  30.  
  31. PPCIOStreams.o    - PowerPC version of the IOStreams library
  32.  
  33. PPCunix.o        - PowerPC version of the unix library
  34.  
  35. NOTE: In order to use the Apple libraries, you must #define _USE_APPLE_LIBRARIES_
  36. before including any standard library header files.  You must also insure that the "Map carriage returns" option in the compiler settings page is ON.  You must then link with the appropriate set of Apple libraries.  Symantec is not compatible with the Apple version of Cpluslib and the Symantec version (PPCCPluslib.o) must be used instead.
  37.  
  38. NOTE: In order to use the Symantec libraries, you must insure that _USE_APPLE_LIBRARIES_ is undefined before including any standard library header files.  You must also insure that the "Map carriage returns" option in the compiler settings page is OFF. You must then link with the appropriate librarys from the above list.  When using the Symantec libraries, you still must include interfacelib.xcoff and MathLib.xcoff from the set of Apple libraries.
  39.  
  40.